{% load static %}
GreenField Nanded
Home
About Us
Pricing
Offers
Reviews
{% if user.is_authenticated %}
Dashboard
Book a Slot
{% if user.is_superuser %}
View Bookings
{% else %}
My Bookings
{% endif %} {% endif %}
{% if user.is_authenticated %}
Logout
{% else %}
Login
Sign Up
{% endif %}
{% block body %}{% endblock body %}